home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / text / edit / edwordv6.lha / EdWordV6.0 / Documents / Keys&Options < prev    next >
Text File  |  1997-04-26  |  10KB  |  233 lines

  1.  
  2.                  ===========================================
  3.  
  4.                                              
  5.                                                  
  6.                                                  
  7.                                 
  8.                                     
  9.                                      
  10.                                  
  11.  
  12.                  =======---- Professional V6.0.1 ----=======
  13.  
  14.  
  15.                                 KEYS & OPTIONS
  16.  
  17.  
  18.                               MARTIN REDDY, 1997
  19.  
  20.  
  21.  CONTENTS:
  22.  ---------
  23.  
  24.        COMMAND LINE OPTIONS
  25.        EDITOR KEYS
  26.               CONTROL KEYS
  27.               OTHER KEYS
  28.               THE UNDO KEY
  29.               THE F-KEYS
  30.               DIRECT ASCII VALUE ENTRY
  31.        ANTI-BOREDOME
  32.  
  33. ------------------------
  34.  
  35.                              COMMAND LINE OPTIONS
  36.                              ~~~~~~~~~~~~~~~~~~~~
  37.  
  38. To run EdWord from a Shell/CLI,  use the following command line format where
  39. all  text  within {..} brackets are optional parameters,  uppercase  letters
  40. depict  actual text which you type and lowercase letters represent a  param-
  41. eter which you can supply (e.g. a filename or number).
  42.  
  43.  
  44.  Usage : EdWord {filename} {-C configdir} {-NTSC} {-WB} {-LACE} {-VI}
  45.                 {-NODIR} {-MEM size} {-T title} {-F fontname} {-D} {-REQ}
  46.                 {-ZOOM} {-COLS number} {-H height} {-Y ycoord} {-L line}
  47.                 {-UL size} {-AREXX script} {-MOD text} {-RT} {-ASL} {-NOC}
  48.                 {-PUB pubscreenname} {-PCOFF} {-CDIR directory} {?}
  49.  
  50.  Where,
  51.  
  52.     -C      = specifies a directory to search for the EdWord.config file
  53.               (by default the current directory and ENV: will be searched)
  54.     -WB     = forces EdWord to use the WorkBench screen.
  55.     -NTSC   = forces EdWord into an NTSC screen mode on start up.
  56.     -NODIR  = file requester will initially list all mounted devices.
  57.     -LACE   = forces EdWord to use an interlaced screen.
  58.     -MEM    = specifies the memory buffer size in bytes (default=60000).
  59.     -T      = changes the program title (default EdWord V5.6).
  60.     -F      = uses the specified 8x8 point font (default topaz 80).
  61.     -D      = disables checks for viruses in RAM - best left on !
  62.     -UL     = specifies the size of the underscore cursor (1 or 2)
  63.     -REQ    = forces a file requester on start up.
  64.     -ASL    = makes EdWord use the asl.library file requester
  65.     -RT     = makes EdWord use the reqtools.library file requester
  66.     -COLS   = defines the number of colours for the screen (2,4 or 8)
  67.     -AREXX  = runs an ARexx script file on start up.
  68.     -PCOFF  = forces case dependant pattern matching for EdWord's file req.
  69.     -CDIR   = tells EdWord where to look for the EdCalc program
  70.     -CDIR   = specifies directory to search for the EdCalc program
  71.     -NOC    = do not load any configuration files (use defaults)
  72.     -MOD    = The text to append to an updated filename on title bar
  73.     -H      = the height of the initial window/screen (in pixels)
  74.     -Y      = the y-coordinate of the top edge of window (in pixels)
  75.     -L      = specifies a line no. to jump to after loading the initial file
  76.     -ZOOM   = forces editor window to zoom (if on WorkBench & under WB2.0)
  77.     -VI     = turns on emulation for the Unix editor VI :-)
  78.     -DOSMSG = enables all AmigaDOS requesters (e.g. device not found alerts)
  79.  
  80.                  e.g.  EdWord -ASL -REQ -MOD "+" -T "My Editor"
  81.  
  82.  
  83.  
  84.  
  85.                                   EDITOR KEYS
  86.                                   ~~~~~~~~~~~
  87.  
  88.                   Cursor Left = Move left one character
  89.                  Cursor Right = Move right one character
  90.                     Cursor Up = Move up one line
  91.                   Cursor Down = Move down one line
  92.  
  93.           SHIFT + Cursor Left = Move to start of next word
  94.          SHIFT + Cursor Right = Move to start of previous word
  95.             SHIFT + Cursor Up = Move up one page
  96.           SHIFT + Cursor Down = Move down one page
  97.  
  98.             ALT + Cursor Left = Move to start of current line
  99.            ALT + Cursor Right = Move to end of current line
  100.               ALT + Cursor Up = Move to the start of document
  101.             ALT + Cursor Down = Move to the end of document
  102.  
  103.            CTRL + Cursor Left = Move to left most edge of screen
  104.           CTRL + Cursor Right = Move to right most edge of screen
  105.              CTRL + Cursor Up = Move to top of the screen
  106.            CTRL + Cursor Down = Move to bottom of the screen
  107.  
  108.       (Note, all of these can be redefined via the Prefs/Keys facility)
  109.  
  110.  
  111. N.B.  It is also possible to use the numeric keypad for cursor movement. You
  112. can  use  the NumL key on the keypad to switch the operation of  the  keypad
  113. between a cursor pad or a numeric pad.  A flag will appear on the status bar
  114. when NumL is on (Obviously this facility is of no use to you if you have  an
  115. A600  because they don't have a numeric keypad!).  Whilst NumL is off,   the
  116. keypad will perform as:
  117.  
  118.                  Numeric 4 = Move left one character
  119.                  Numeric 6 = Move right one character
  120.                  Numeric 8 = Move up one line
  121.                  Numeric 2 = Move down one line
  122.                  Numeric 9 = Move up one page
  123.                  Numeric 3 = Move down one page
  124.                  Numeric 7 = Move to top of file
  125.                  Numeric 1 = Move to bottom of file
  126.                  Numeric 0 = Toggle Insert/Destroy mode
  127.                  Numeric . = Delete character under cursor
  128.  
  129.  
  130. CONTROL KEYS
  131. ~~~~~~~~~~~~
  132.  
  133.                   CTRL + T = Move to top of the file
  134.                   CTRL + B = Move to bottom of the file
  135.                   CTRL + G = Delete character (Del)
  136.                   CTRL + H = Delete character (Backspace)
  137.                   CTRL + I = Insert a tab character
  138.                   CTRL + Y = Delete current line
  139.                   CTRL + U = Undelete last deleted line
  140.                   CTRL + Q = Delete to end of line
  141.                   CTRL + V = Delete current word
  142.                   CTRL + M = Split current line at cursor
  143.                   CTRL + S = Move left one character
  144.                   CTRL + D = Move right one character
  145.                   CTRL + E = Move up one line
  146.                   CTRL + X = Move down one line
  147.                   CTRL + R = Move up one page
  148.                   CTRL + C = Move down one page
  149.                   CTRL + K = Erase specified block
  150.                   CTRL + L = Print current block
  151.                   CTRL + N = Repeat Text function
  152.                   CTRL + O = Delete a file from disk
  153.                   CTRL + J = Rename a file on disk
  154.                   CTRL + W = Save file under current name
  155.                   CTRL + P = Modify file protection bits
  156.                   CTRL + F = Update the document's Text Casing
  157.                   CTRL + A = Refresh the display
  158.  
  159.  
  160. OTHER KEYS
  161. ~~~~~~~~~~
  162.  
  163.                SHIFT + DEL = Delete to end of line / Delete Word
  164.          SHIFT + BACKSPACE = Delete to beginning of line
  165.                SHIFT + TAB = un-indents a tab character (deletes tabs)
  166.                  ALT + ESC = Iconify EdWord to icon
  167.  
  168.  
  169.  
  170. THE UNDO KEY
  171. ~~~~~~~~~~~~
  172.  
  173. The RightAmiga+U key is the EdWord Undo key.  If you press this key then the
  174. current  line  will revert to its original state when you first  moved  onto
  175. it.   This  can be useful if make some kind of modification to a line  which
  176. you decide not to keep. (N.B. in earlier versions of EdWord the HELP key was
  177. used for this purpose. The "HELP" key now displays the contents on-line Help
  178. page.)
  179.  
  180.  
  181.  
  182. THE F-KEYS
  183. ~~~~~~~~~~
  184.  
  185. The  ten  F-Keys (F1,F2...F10)  at the top of the keyboard can be programmed
  186. to  insert any text that you define into the current document,  or to run  a
  187. prescribed number of EdWord's ARexx commands.  To program these keys, select
  188. Define F-Keys from the Utilities menu.
  189.  
  190. By  using  SHIFT + F-Key,  you can access EdWord's Bookmark facility.   This
  191. lets  you  mark  a  certain position within a file so that you  can  quickly
  192. return to it at any time.  SHIFT+F1 to F3 set a Bookmark and SHIFT+F6 to F8,
  193. return to the corresponding mark.
  194.  
  195.  
  196.  
  197. DIRECT ASCII VALUE ENTRY
  198. ~~~~~~~~~~~~~~~~~~~~~~~~
  199.  
  200. It  is possible to enter ANY character into the EdWord editor.  You can  use
  201. the  ALT  keys with various combinations to produce some of these characters
  202. (as you would do from AmigaDOS or most other text editors).  But a much more
  203. powerful method is to use the Direct ASCII Entry facility of EdWord.
  204.  
  205. What  this  entails is that you depress the LEFT AMIGA key and  (keeping  it
  206. depressed)  type in the (decimal)  ASCII value of the character you require.
  207. Then  when  you release the LEFT AMIGA key,  the character with  that  ASCII
  208. value will be inserted into the current text.  This facility can be used  at
  209. any  time,  whether entering data directly into the editor or into a  string
  210. gadget (e.g. for searching or occurrence counts etc.)
  211.  
  212. This  facility can come in extremely handy.  For example,  it allows you  to
  213. convert  the End-Of-Line character to any standard - The Amiga uses  a  line
  214. feed character (#10) to symbolise End-Of-Line whereas, for example, the IBM-
  215. PC's  use  a carriage return + line feed (#13,#10).  Therefore,  to  convert
  216. Amiga  to IBM format ASCII text,  you simply search for all characters  with
  217. ASCII  code  10 and replace them with an ASCII code 13 and 10 by  using  the
  218. Direct Ascii Entry facilty in the Find/Replace window.
  219.  
  220.  
  221.  
  222. ANTI-BOREDOME
  223. ~~~~~~~~~~~~~
  224.  
  225. Why not try pressing a few of the following keys as well.  I'm not going  to
  226. tell you what they do :-)
  227.  
  228.                  CTRL+\,   CTRL+],   CTRL+#,   CTRL+'    CTRL+-
  229.                  SHIFT+F4, SHIFT+F5, SHIFT+F9, SHIFT+F10
  230.  
  231.  
  232.  
  233.